getPlaylist

abstract fun getPlaylist(): Playlist

Gets the Playlist associated with this schedule.

This playlist will be active when this schedule's criteria are met. A schedule typically has either a playlist or a template, but not both.

Return

The Playlist to be played, or null if this schedule is for a Template or if no playlist is assigned.

See also